Symphony Framework
StartLoading Method
Symphony.Conductor.Content Namespace > CollectionData<T> Class : StartLoading Method
Method to instruct the loading of the collection to begin.
Syntax
public void StartLoading()
Remarks
The background worker thread will raise the CollectionLoad event to request the item to load. It pases an instance of the CollectionDataLoadEventArgs class to allow the event handler to return the required Symphony Data Object data. A null DataItem returned will terminate the loading of the collection. The event handler can also set the Complete to true to indicate the collection load is complete.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionData<T> Class
CollectionData<T> Members